ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotChart Class / SaveImage Method / SaveImage(Byte[],ImageFormat,Size) Method

In This Topic
    SaveImage(Byte[],ImageFormat,Size) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SaveImage( _
       ByRef ByteArray() As Byte, _
       ByVal ImgFmt As ImageFormat, _
       ByVal sz As Size _
    ) 
    public void SaveImage( 
       ref byte[] ByteArray,
       ImageFormat ImgFmt,
       Size sz
    )

    Parameters

    ByteArray
    ImgFmt
    sz
    See Also